home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / DJTST111.ZIP / tests / t07.bat < prev    next >
DOS Batch File  |  1993-11-30  |  133b  |  8 lines

  1. @echo off
  2. echo Profiling test
  3. gcc -pg t07.c -o t07
  4. go32 t07
  5. gprof -b t07 > t07.mon
  6. del gmon.out
  7. echo The output is in t07.mon
  8.